Machine Learning Tutorial Python - 8 Logistic Regression (Multiclass Classification)

Machine Learning Tutorial Python | Machine Learning For Beginners
• 9 / 42

Machine Learning Tutorial Python | Machine Learning For Beginners

Next:Machine Learning Tutorial Python - 9 Decision Tree

Machine Learning Tutorial Python | Machine Learning For Beginnerscodebasics
9 / 429 / 42
Loop playlist
Shuffle playlist
1
6:51
Now playing

Machine Learning Tutorial Python -1: What is Machine Learning?

codebasics
2
15:14
Now playing

Machine Learning Tutorial Python - 2: Linear Regression Single Variable

codebasics
3
14:08
Now playing

Machine Learning Tutorial Python - 3: Linear Regression Multiple Variables

codebasics
4
28:26
Now playing

Machine Learning Tutorial Python - 4: Gradient Descent and Cost Function

codebasics
5
8:21
Now playing

Machine Learning Tutorial Python - 5: Save Model Using Joblib And Pickle

codebasics
6
21:35
Now playing

Machine Learning Tutorial Python - 6: Dummy Variables & One Hot Encoding

codebasics
7
6:34
Now playing

Machine Learning Tutorial Python - 7: Training and Testing Data

codebasics
8
19:19
Now playing

Machine Learning Tutorial Python - 8: Logistic Regression (Binary Classification)

codebasics
▶
15:43
Now playing

Machine Learning Tutorial Python - 8 Logistic Regression (Multiclass Classification)

codebasics
10
14:46
Now playing

Machine Learning Tutorial Python - 9 Decision Tree

codebasics
11
23:22
Now playing

Machine Learning Tutorial Python - 10 Support Vector Machine (SVM)

codebasics
12
12:48
Now playing

Machine Learning Tutorial Python - 11 Random Forest

codebasics
13
25:20
Now playing

Machine Learning Tutorial Python 12 - K Fold Cross Validation

codebasics
14
25:15
Now playing

Machine Learning Tutorial Python - 13: K Means Clustering Algorithm

codebasics
15
13:38
Now playing

Machine Learning Tutorial Python - 14: Naive Bayes Classifier Algorithm Part 1

codebasics
16
11:28
Now playing

Machine Learning Tutorial Python - 15: Naive Bayes Classifier Algorithm Part 2

codebasics
17
16:30
Now playing

Machine Learning Tutorial Python - 16: Hyper parameter Tuning (GridSearchCV)

codebasics
18
19:21
Now playing

Machine Learning Tutorial Python - 17: L1 and L2 Regularization | Lasso, Ridge Regression

codebasics
19
15:42
Now playing

Machine Learning Tutorial Python - 18: K nearest neighbors classification with python code

codebasics
20
24:09
Now playing

Machine Learning Tutorial Python - 19: Principal Component Analysis (PCA) with Python Code

codebasics
21
10:50
Now playing

Machine Learning Tutorial Python - 20: Bias vs Variance In Machine Learning

codebasics
22
23:37
Now playing

Machine Learning Tutorial Python - 21: Ensemble Learning - Bagging

codebasics
23
2:12
Now playing

Machine Learning & Data Science Project - 1 : Introduction (Real Estate Price Prediction Project)

codebasics
24
15:21
Now playing

Machine Learning & Data Science Project - 2 : Data Cleaning (Real Estate Price Prediction Project)

codebasics
25
8:26
Now playing

Machine Learning & Data Science Project - 3 : Feature Engineering (Real Estate Price Prediction)

codebasics
26
19:31
Now playing

Machine Learning & Data Science Project - 4 : Outlier Removal (Real Estate Price Prediction Project)

codebasics
27
19:12
Now playing

Machine Learning & Data Science Project - 5 : Model Building (Real Estate Price Prediction Project)

codebasics
28
21:13
Now playing

Machine Learning & Data Science Project - 6 : Python Flask Server (Real Estate Price Prediction)

codebasics
29
13:21
Now playing

Machine Learning & Data Science Project - 7 : Website or UI (Real Estate Price Prediction Project)

codebasics
30
28:38
Now playing

Deploy machine learning model to production AWS (Amazon EC2 instance)

codebasics
31
4:42
Now playing

Data Science & Machine Learning Project - Part 1 Introduction | Image Classification

codebasics
32
5:37
Now playing

Data Science & Machine Learning Project - Part 2 Data Collection | Image Classification

codebasics
33
40:45
Now playing

Data Science & Machine Learning Project - Part 3 Data Cleaning | Image Classification

codebasics
34
18:23
Now playing

Data Science & Machine Learning Project - Part 4 Feature Engineering | Image Classification

codebasics
35
20:01
Now playing

Data Science & Machine Learning Project - Part 5 Training a Model | Image Classification

codebasics
36
36:16
Now playing

Data Science & Machine Learning Project - Part 6 Flask Server | Image Classification

codebasics
37
38:14
Now playing

Data Science & Machine Learning Project - Part 7 Build Website | Image Classification

codebasics
38
5:17
Now playing

Data Science & Machine Learning Project - Part 8 Deployment & Exercise | Image Classification

codebasics
39
5:12
Now playing

What is feature engineering | Feature Engineering Tutorial Python # 1

codebasics
40
17:18
Now playing

Outlier detection and removal using percentile | Feature engineering tutorial python # 2

codebasics
41
20:05
Now playing

Outlier detection and removal: z score, standard deviation | Feature engineering tutorial python # 3

codebasics
42
8:02
Now playing

Outlier detection and removal using IQR | Feature engineering tutorial python # 4

codebasics
Back
IN
Search with your voice
Sign in
IN
Machine Learning Tutorial Python - 8 Logistic Regression (Multiclass Classification)
Machine Learning Tutorial Python -1: What is Machine Learning?
If playback doesn't begin shortly, try restarting your device.
13:50
5 seconds
Pull up for precise seeking
Plot confusion matrix using seaborn library
13:18
•
14:32 / 15:42•
Machine Learning Tutorial Python - 8: Logistic Regression (Binary Classification)
19:19
Machine Learning Tutorial Python - 9 Decision Tree
14:46
Data Science Full Course For Beginners | Python Data Science Tutorial | Data Science With Python
122 videos
Data Science Project | Machine Learning Project | Real Estate Price Prediction
8 videos
codebasics
Subscribe
Subscribed
Up next
Live
Upcoming
Play Now
You're signed out
Videos you watch may be added to the TV's watch history and influence TV recommendations. To avoid this, cancel and sign in to YouTube on your computer.
Next (SHIFT+n)
Expand (i)
Switch camera
Share
An error occurred while retrieving sharing information. Please try again later.
Theory (Binary classification vs multiclass classification)
How to identify hand written digits?
Coding (Solve a problem of hand written digit recognition)
Confusion Matrix (sklearn confusion_matrix)
Plot confusion matrix using seaborn library
Exercise (Use sklearn iris dataset to predict flower type based on different features using logistic regression)
14:32
14:32 / 15:42•Watch full video

Machine Learning Tutorial Python - 8 Logistic Regression (Multiclass Classification)

codebasics
codebasics
Verified
863K subscribers
<__slot-el>
I like this
I dislike this
Share
233K views 5 years ago Data Science Full Course For Beginners | Python Data Science Tutorial | Data Science With Python
Show less
Logistic regression is used for classification problems in machine learning. This tutorial will show you how to use sklearn logisticregression class to solve multiclass classification problem to predict hand written digit. We will use sklearn load_digits to load readily available dataset from sklearn library and train o …...more
...more

Chapters

Theory (Binary classification vs multiclass classification)

Theory (Binary classification vs multiclass classification)

0:00

Theory (Binary classification vs multiclass classification)

0:00

How to identify hand written digits?

How to identify hand written digits?

0:26

How to identify hand written digits?

0:26

Coding (Solve a problem of hand written digit recognition)

Coding (Solve a problem of hand written digit recognition)

1:02

Coding (Solve a problem of hand written digit recognition)

1:02

Confusion Matrix (sklearn confusion_matrix)

Confusion Matrix (sklearn confusion_matrix)

11:24

Confusion Matrix (sklearn confusion_matrix)

11:24

Plot confusion matrix using seaborn library

Plot confusion matrix using seaborn library

12:42

Plot confusion matrix using seaborn library

12:42

Exercise (Use sklearn iris dataset to predict flower type based on different features using logistic regression)

Exercise (Use sklearn iris dataset to predict flower type based on different features using logistic regression)

14:00

Exercise (Use sklearn iris dataset to predict flower type based on different features using logistic regression)

14:00

Featured playlist

122 videos
Data Science Full Course For Beginners | Python Data Science Tutorial | Data Science With Python
codebasics

Transcript

Follow along using the transcript.

codebasics

863K subscribers
Videos
About
codebasics Hindi
106K subscribers
14:46
Machine Learning Tutorial Python - 9 Decision Tree
by codebasics
10:47
Hindi Machine Learning Tutorial 9 - Logistic Regression (Multiclass Classification)
by codebasics Hindi
42
42
Machine Learning Tutorial Python | Machine Learning For Beginners
by codebasics
Show less
233,679 views • Sep 22, 2018 • Data Science Full Course For Beginners | Python Data Science Tutorial | Data Science With Python
Data Science Full Course For Beginners | Python Data Science Tutorial | Data Science With Python

Machine Learning Tutorial Python - 8 Logistic Regression (Multiclass Classification)

233,679 views233K views
Sep 22, 2018
I like this
I dislike this
Share
Download
Save
codebasics
codebasics
Verified
863K subscribers
<__slot-el>
Logistic regression is used for classification problems in machine learning. This tutorial will show you how to use sklearn logisticregression class to solve multiclass classification problem to predict hand written digit. We will use sklearn load_digits to load readily available dataset from sklearn library and train our classifier using that information. #MachineLearning #PythonMachineLearning #MachineLearningTutorial #Python #PythonTutorial #PythonTraining #MachineLearningCource #LogisticRegression #sklearntutorials #scikitlearntutorials Code: https://github.com/codebasics/py/blob... Exercise: Open above notebook from github and go to the end. Topics that are covered in this Video: 0:00 - Theory (Binary classification vs multiclass classification) 0:26 - How to identify hand written digits? 1:02 - Coding (Solve a problem of hand written digit recognition) 11:24 - Confusion Matrix (sklearn confusion_matrix) 12:42 - Plot confusion matrix using seaborn library 14:00 - Exercise (Use sklearn iris dataset to predict flower type based on different features using logistic regression) Do you want to learn technology from me? Check https://codebasics.io/?utm_source=des... for my affordable video courses. Next Video: Machine Learning Tutorial Python - 9 Decision Tree:    • Machine Learning Tutorial Python - 9 ...   Populor Playlist: Data Science Full Course:    • Data Science Full Course For Beginner...   Data Science Project:    • Machine Learning & Data Science Proje...   Machine learning tutorials:    • Machine Learning Tutorial Python -1: ...   Pandas:    • Python Pandas Tutorial 1. What is Pan...   matplotlib:    • Matplotlib Tutorial 1 - Introduction ...   Python:    • Why Should You Learn Python? | Comple...   Jupyter Notebook:    • What is Jupyter Notebook? | Jupyter N...   Tools and Libraries: Scikit learn tutorials Sklearn tutorials Machine learning with scikit learn tutorials Machine learning with sklearn tutorials To download csv and code for all tutorials: go to https://github.com/codebasics/py, click on a green button to clone or download the entire repository and then go to relevant folder to get access to that specific file. 🌎 My Website For Video Courses: https://codebasics.io/?utm_source=des... Need help building software or data analytics and AI solutions? My company https://www.atliq.com/ can help. Click on the Contact button on that website. #️⃣ Social Media #️⃣ 🔗 Discord: https://discord.gg/r42Kbuk 📸 Dhaval's Personal Instagram: https://www.instagram.com/dhavalsays/ 📸 Instagram: https://www.instagram.com/codebasicshub/ 🔊 Facebook: https://www.facebook.com/codebasicshub 📝 Linkedin (Personal): https://www.linkedin.com/in/dhavalsays/ 📝 Linkedin (Codebasics): https://www.linkedin.com/company/code... 📱 Twitter: https://twitter.com/codebasicshub 🔗 Patreon: https://www.patreon.com/codebasics?fa...

Chapters

Theory (Binary classification vs multiclass classification)

Theory (Binary classification vs multiclass classification)

0:00

Theory (Binary classification vs multiclass classification)

0:00

How to identify hand written digits?

How to identify hand written digits?

0:26

How to identify hand written digits?

0:26

Coding (Solve a problem of hand written digit recognition)

Coding (Solve a problem of hand written digit recognition)

1:02

Coding (Solve a problem of hand written digit recognition)

1:02

Confusion Matrix (sklearn confusion_matrix)

Confusion Matrix (sklearn confusion_matrix)

11:24

Confusion Matrix (sklearn confusion_matrix)

11:24

Plot confusion matrix using seaborn library

Plot confusion matrix using seaborn library

12:42

Plot confusion matrix using seaborn library

12:42

Exercise (Use sklearn iris dataset to predict flower type based on different features using logistic regression)

Exercise (Use sklearn iris dataset to predict flower type based on different features using logistic regression)

14:00

Exercise (Use sklearn iris dataset to predict flower type based on different features using logistic regression)

14:00

Featured playlist

122 videos
Data Science Full Course For Beginners | Python Data Science Tutorial | Data Science With Python
codebasics

Transcript

Follow along using the transcript.

codebasics

863K subscribers
Videos
About
codebasics Hindi
106K subscribers
14:46
Machine Learning Tutorial Python - 9 Decision Tree
by codebasics
10:47
Hindi Machine Learning Tutorial 9 - Logistic Regression (Multiclass Classification)
by codebasics Hindi
42
42
Machine Learning Tutorial Python | Machine Learning For Beginners
by codebasics
Show less ...more

Chapters

Theory (Binary classification vs multiclass classification)

Theory (Binary classification vs multiclass classification)

0:00

Theory (Binary classification vs multiclass classification)

0:00

How to identify hand written digits?

How to identify hand written digits?

0:26

How to identify hand written digits?

0:26

Coding (Solve a problem of hand written digit recognition)

Coding (Solve a problem of hand written digit recognition)

1:02

Coding (Solve a problem of hand written digit recognition)

1:02

Confusion Matrix (sklearn confusion_matrix)

Confusion Matrix (sklearn confusion_matrix)

11:24

Confusion Matrix (sklearn confusion_matrix)

11:24

Plot confusion matrix using seaborn library

Plot confusion matrix using seaborn library

12:42

Plot confusion matrix using seaborn library

12:42

Exercise (Use sklearn iris dataset to predict flower type based on different features using logistic regression)

Exercise (Use sklearn iris dataset to predict flower type based on different features using logistic regression)

14:00

Exercise (Use sklearn iris dataset to predict flower type based on different features using logistic regression)

14:00
Sync to video time

Description

Machine Learning Tutorial Python - 8 Logistic Regression (Multiclass Classification)
codebasics
codebasics
3K Likes
233,679 Views
2018 Sep 22
Logistic regression is used for classification problems in machine learning. This tutorial will show you how to use sklearn logisticregression class to solve multiclass classification problem to predict hand written digit. We will use sklearn load_digits to load readily available dataset from sklearn library and train our classifier using that information. #MachineLearning #PythonMachineLearning #MachineLearningTutorial #Python #PythonTutorial #PythonTraining #MachineLearningCource #LogisticRegression #sklearntutorials #scikitlearntutorials Code: https://github.com/codebasics/py/blob... Exercise: Open above notebook from github and go to the end. Topics that are covered in this Video: 0:00 - Theory (Binary classification vs multiclass classification) 0:26 - How to identify hand written digits? 1:02 - Coding (Solve a problem of hand written digit recognition) 11:24 - Confusion Matrix (sklearn confusion_matrix) 12:42 - Plot confusion matrix using seaborn library 14:00 - Exercise (Use sklearn iris dataset to predict flower type based on different features using logistic regression) Do you want to learn technology from me? Check https://codebasics.io/?utm_source=des... for my affordable video courses. Next Video: Machine Learning Tutorial Python - 9 Decision Tree:    • Machine Learning Tutorial Python - 9 ...   Populor Playlist: Data Science Full Course:    • Data Science Full Course For Beginner...   Data Science Project:    • Machine Learning & Data Science Proje...   Machine learning tutorials:    • Machine Learning Tutorial Python -1: ...   Pandas:    • Python Pandas Tutorial 1. What is Pan...   matplotlib:    • Matplotlib Tutorial 1 - Introduction ...   Python:    • Why Should You Learn Python? | Comple...   Jupyter Notebook:    • What is Jupyter Notebook? | Jupyter N...   Tools and Libraries: Scikit learn tutorials Sklearn tutorials Machine learning with scikit learn tutorials Machine learning with sklearn tutorials To download csv and code for all tutorials: go to https://github.com/codebasics/py, click on a green button to clone or download the entire repository and then go to relevant folder to get access to that specific file. 🌎 My Website For Video Courses: https://codebasics.io/?utm_source=des... Need help building software or data analytics and AI solutions? My company https://www.atliq.com/ can help. Click on the Contact button on that website. #️⃣ Social Media #️⃣ 🔗 Discord: https://discord.gg/r42Kbuk 📸 Dhaval's Personal Instagram: https://www.instagram.com/dhavalsays/ 📸 Instagram: https://www.instagram.com/codebasicshub/ 🔊 Facebook: https://www.facebook.com/codebasicshub 📝 Linkedin (Personal): https://www.linkedin.com/in/dhavalsays/ 📝 Linkedin (Codebasics): https://www.linkedin.com/company/code... 📱 Twitter: https://twitter.com/codebasicshub 🔗 Patreon: https://www.patreon.com/codebasics?fa...
Show less Show more

Chapters

Theory (Binary classification vs multiclass classification)

Theory (Binary classification vs multiclass classification)

0:00

Theory (Binary classification vs multiclass classification)

0:00

How to identify hand written digits?

How to identify hand written digits?

0:26

How to identify hand written digits?

0:26

Coding (Solve a problem of hand written digit recognition)

Coding (Solve a problem of hand written digit recognition)

1:02

Coding (Solve a problem of hand written digit recognition)

1:02

Confusion Matrix (sklearn confusion_matrix)

Confusion Matrix (sklearn confusion_matrix)

11:24

Confusion Matrix (sklearn confusion_matrix)

11:24

Featured playlist

122 videos
Data Science Full Course For Beginners | Python Data Science Tutorial | Data Science With Python
codebasics

Transcript

Follow along using the transcript.

codebasics

863K subscribers
Videos
About
codebasics Hindi
106K subscribers
14:46
Machine Learning Tutorial Python - 9 Decision Tree
by codebasics
10:47
Hindi Machine Learning Tutorial 9 - Logistic Regression (Multiclass Classification)
by codebasics Hindi
42
42
Machine Learning Tutorial Python | Machine Learning For Beginners
by codebasics

Comments 379

Top comments
Newest first

Transcript

Machine Learning Tutorial Python | Machine Learning For Beginners

Next:Machine Learning Tutorial Python - 9 Decision Tree

Machine Learning Tutorial Python | Machine Learning For Beginnerscodebasics
9 / 429 / 42
Loop playlist
Shuffle playlist
1
6:51
Now playing

Machine Learning Tutorial Python -1: What is Machine Learning?

codebasics
2
15:14
Now playing

Machine Learning Tutorial Python - 2: Linear Regression Single Variable

codebasics
3
14:08
Now playing

Machine Learning Tutorial Python - 3: Linear Regression Multiple Variables

codebasics
4
28:26
Now playing

Machine Learning Tutorial Python - 4: Gradient Descent and Cost Function

codebasics
5
8:21
Now playing

Machine Learning Tutorial Python - 5: Save Model Using Joblib And Pickle

codebasics
6
21:35
Now playing

Machine Learning Tutorial Python - 6: Dummy Variables & One Hot Encoding

codebasics
7
6:34
Now playing

Machine Learning Tutorial Python - 7: Training and Testing Data

codebasics
8
19:19
Now playing

Machine Learning Tutorial Python - 8: Logistic Regression (Binary Classification)

codebasics
▶
15:43
Now playing

Machine Learning Tutorial Python - 8 Logistic Regression (Multiclass Classification)

codebasics
10
14:46
Now playing

Machine Learning Tutorial Python - 9 Decision Tree

codebasics
11
23:22
Now playing

Machine Learning Tutorial Python - 10 Support Vector Machine (SVM)

codebasics
12
12:48
Now playing

Machine Learning Tutorial Python - 11 Random Forest

codebasics
13
25:20
Now playing

Machine Learning Tutorial Python 12 - K Fold Cross Validation

codebasics
14
25:15
Now playing

Machine Learning Tutorial Python - 13: K Means Clustering Algorithm

codebasics
15
13:38
Now playing

Machine Learning Tutorial Python - 14: Naive Bayes Classifier Algorithm Part 1

codebasics
16
11:28
Now playing

Machine Learning Tutorial Python - 15: Naive Bayes Classifier Algorithm Part 2

codebasics
17
16:30
Now playing

Machine Learning Tutorial Python - 16: Hyper parameter Tuning (GridSearchCV)

codebasics
18
19:21
Now playing

Machine Learning Tutorial Python - 17: L1 and L2 Regularization | Lasso, Ridge Regression

codebasics
19
15:42
Now playing

Machine Learning Tutorial Python - 18: K nearest neighbors classification with python code

codebasics
20
24:09
Now playing

Machine Learning Tutorial Python - 19: Principal Component Analysis (PCA) with Python Code

codebasics
21
10:50
Now playing

Machine Learning Tutorial Python - 20: Bias vs Variance In Machine Learning

codebasics
22
23:37
Now playing

Machine Learning Tutorial Python - 21: Ensemble Learning - Bagging

codebasics
23
2:12
Now playing

Machine Learning & Data Science Project - 1 : Introduction (Real Estate Price Prediction Project)

codebasics
24
15:21
Now playing

Machine Learning & Data Science Project - 2 : Data Cleaning (Real Estate Price Prediction Project)

codebasics
25
8:26
Now playing

Machine Learning & Data Science Project - 3 : Feature Engineering (Real Estate Price Prediction)

codebasics
26
19:31
Now playing

Machine Learning & Data Science Project - 4 : Outlier Removal (Real Estate Price Prediction Project)

codebasics
27
19:12
Now playing

Machine Learning & Data Science Project - 5 : Model Building (Real Estate Price Prediction Project)

codebasics
28
21:13
Now playing

Machine Learning & Data Science Project - 6 : Python Flask Server (Real Estate Price Prediction)

codebasics
29
13:21
Now playing

Machine Learning & Data Science Project - 7 : Website or UI (Real Estate Price Prediction Project)

codebasics
30
28:38
Now playing

Deploy machine learning model to production AWS (Amazon EC2 instance)

codebasics
31
4:42
Now playing

Data Science & Machine Learning Project - Part 1 Introduction | Image Classification

codebasics
32
5:37
Now playing

Data Science & Machine Learning Project - Part 2 Data Collection | Image Classification

codebasics
33
40:45
Now playing

Data Science & Machine Learning Project - Part 3 Data Cleaning | Image Classification

codebasics
34
18:23
Now playing

Data Science & Machine Learning Project - Part 4 Feature Engineering | Image Classification

codebasics
35
20:01
Now playing

Data Science & Machine Learning Project - Part 5 Training a Model | Image Classification

codebasics
36
36:16
Now playing

Data Science & Machine Learning Project - Part 6 Flask Server | Image Classification

codebasics
37
38:14
Now playing

Data Science & Machine Learning Project - Part 7 Build Website | Image Classification

codebasics
38
5:17
Now playing

Data Science & Machine Learning Project - Part 8 Deployment & Exercise | Image Classification

codebasics
39
5:12
Now playing

What is feature engineering | Feature Engineering Tutorial Python # 1

codebasics
40
17:18
Now playing

Outlier detection and removal using percentile | Feature engineering tutorial python # 2

codebasics
41
20:05
Now playing

Outlier detection and removal: z score, standard deviation | Feature engineering tutorial python # 3

codebasics
42
8:02
Now playing

Outlier detection and removal using IQR | Feature engineering tutorial python # 4

codebasics
14:46
Now playing

Machine Learning Tutorial Python - 9 Decision Tree

codebasics
codebasics
Verified
•
•
424K views 4 years ago
19:47
Now playing

Logistic Regression Practical Implementation In Python|Krish Naik|Hindi

Krish Naik Hindi
Krish Naik Hindi
•
•
31K views 1 year ago
19:19
Now playing

Machine Learning Tutorial Python - 8: Logistic Regression (Binary Classification)

codebasics
codebasics
Verified
•
•
480K views 5 years ago
1:15:22
Now playing

Complete Git and GitHub Tutorial for Beginners

Apna College
Apna College
Verified
•
•
524K views 1 month ago
6:39
Now playing

Tutorial 36- Logistic Regression Mutliclass Classification(OneVsRest)- Part 3| Data Science

Krish Naik
Krish Naik
Verified
•
•
93K views 3 years ago
23:30
Now playing

Linear Regression Practical Implementation In Hindi

Krish Naik Hindi
Krish Naik Hindi
•
•
72K views 1 year ago
5:48
Now playing

Afghani Beats Dollar; Becomes the World's Best Performing Currency. How? | Vantage with Palki Sharma

Firstpost
Firstpost
Verified
•
•
1.4M views 7 days ago
153 videos
Now playing

Complete Machine Learning playlist

Krish Naik
Krish Naik
Verified
•
•
15:00
Now playing

GSoC 2024 Roadmap | Google Summer of Code | Complete Guide

Apna College
Apna College
Verified
•
•
238K views 6 days ago
New
12:36
Now playing

What is Data Science? | Completely RoadMap | Simply Explained

Apna College
Apna College
Verified
•
•
217K views 2 weeks ago
122 videos
Now playing

Data Science Full Course For Beginners | Python Data Science Tutorial | Data Science With Python

codebasics
codebasics
Verified
•
•
15:42
Now playing

Machine Learning Tutorial Python - 18: K nearest neighbors classification with python code

codebasics
codebasics
Verified
•
•
118K views 1 year ago
12:40
Now playing

Tutorial 35- Logistic Regression Indepth Intuition- Part 1| Data Science

Krish Naik
Krish Naik
Verified
•
•
230K views 3 years ago
25:11
Now playing

NO Master's DEGREE to DATA SCIENTIST @ Microsoft 🔥! She Cracked It In 1.5 YEARS 🔥 35+ LPA CTC ❤️

E-Learning Bridge
E-Learning Bridge
Verified
•
•
856K views 1 year ago
29:32
Now playing

Logistic Regression Indepth Maths Intuition In Hindi

Krish Naik Hindi
Krish Naik Hindi
•
•
36K views 1 year ago
8:48
Now playing

StatQuest: Logistic Regression

StatQuest with Josh Starmer
StatQuest with Josh Starmer
Verified
•
•
1.8M views 5 years ago
7:43
Now playing

How I would learn Machine Learning (if I could start over)

AssemblyAI
AssemblyAI
•
•
552K views 1 year ago
34:17
Now playing

Part 1-Decision Tree Classifier Indepth Intuition In Hindi| Krish Naik

Krish Naik Hindi
Krish Naik Hindi
•
•
36K views 1 year ago
15:18
Now playing

Logistic Regression (Multiclass Classification) | Machine Learning Tutorial

WsCube Tech
WsCube Tech
Verified
•
•
6.6K views 1 year ago
35:55
Now playing

Predict The Stock Market With Machine Learning And Python

Dataquest
Dataquest
•
•
283K views 1 year ago
Previous
All Computer programming Algebra Universities Sales Physics Motivation Painting Reading Gadgets Game shows Live Comedy Visual arts Fashion Recently uploaded Watched
Next
8:31
Now playing
8:31
8:31
Now playing

❌ Don't Run Behind 500 LEETCODE Problems ❌ Focus on QPCD

Striver
Striver
•
•
121K views 10 days ago
16:02
Now playing
16:02
16:02
Now playing

Jay Shetty & His Wife Radhi REVEAL Their DAILY ROUTINE For SUCCESS

Jay Shetty
Jay Shetty
Verified
•
•
1.3M views 3 years ago

Shorts

Maddy on "Abba Nahi Maanenge" 😂

•
•
324K views

SOLO MALDIVES TRIP #shorts #fyp #Explore

•
•
6.9M views

Learning Machine Learning has never been easier #shorts #machinelearning #statistics #datascience

•
•
322K views

Elon Musk taking on Mukesh Ambani 😮

•
•
7.3M views

NEW! Aman dhattarwal & Shradha Khapra Wedding ❤️

•
•
1.1M views

Taylor Swift SMARTEST Way of Solving Problem at The Eras Tour #taylorswift #erastour

•
•
6M views

MY FIRST POTTERY CLASS

•
•
5M views

Kya Looks Zaroori Hai?

•
•
9.8M views

5AM MORNING ROUTINE!🎀 *get motivated* #morningroutine #productivevlog #aestheticvlog

•
•
6.1M views

HE'S WORKING LATE 🧐

•
•
96M views

Drawing prank with Sbi bank ki sundari

•
•
17M views

800% Jump In Revenue 😮😮

•
•
5.7K views
Show more
Show less
13:50
Now playing
13:50
13:50
Now playing

Cooking in a Kettle I Recipes for Hostlers, Boarders & Bachelors I Pankaj Bhadouria

MasterChef Pankaj Bhadouria
MasterChef Pankaj Bhadouria
Verified
•
•
154K views 2 months ago
Featured
RELEASED this week!
Discover new music and artists on YouTube’s RELEASED playlist
3:22
Now playing
3:22
3:22
Now playing

Sarkaare | Official Music Video | New Life | KING

King
King
Official Artist Channel
•
•
3:40
Now playing
3:40
3:40
Now playing

Diljit Dosanjh: Feel My Love (Official Music Video) Intense | Raj Ranjodh | Elwa Saleh | GHOST

Diljit Dosanjh
Diljit Dosanjh
Official Artist Channel
•
•
2:57
Now playing
2:57
2:57
Now playing

Badshah - Let It Flow (Official Music Video) | Sharvi

Badshah
Badshah
Official Artist Channel
•
•
3:19
Now playing
3:19
3:19
Now playing

Ed Sheeran - American Town (Official Lyric Video)

Ed Sheeran
Ed Sheeran
Official Artist Channel
•
•
3:51
Now playing
3:51
3:51
Now playing

정국 (Jung Kook) '3D (feat. Jack Harlow)' Official MV

HYBE LABELS
HYBE LABELS
Verified
•
•
2:23
Now playing
2:23
2:23
Now playing

Dil Dushman | Arijit Singh | Khufiya | Vishal Bhardwaj | Gulzar | Tabu, Ali Fazal, Wamiqa Gabbi

VB Music
VB Music
•
•
3:03
Now playing
3:03
3:03
Now playing

Ki Farak Painda Hai (feat. Dev Negi, Neeti Mohan) | The Great Indian Family

Pritam
Pritam
Official Artist Channel
•
•
2:52
Now playing
2:52
2:52
Now playing

Bad Bunny - UN PREVIEW (Official Video)

Bad Bunny
Bad Bunny
Official Artist Channel
•
•
4:42
Now playing
4:42
4:42
Now playing

XG - PUPPET SHOW (Official Music Video)

XG
XG
Official Artist Channel
•
•
3:50
Now playing
3:50
3:50
Now playing

Badass (From "Leo")

Anirudh Ravichander
Anirudh Ravichander
Official Artist Channel
•
•
4:20
Now playing
4:20
4:20
Now playing

Bitter Betrayals

Sonu Nigam
Sonu Nigam
Official Artist Channel
•
•
3:53
Now playing
3:53
3:53
Now playing

Jeetenge

ARKO
ARKO
Official Artist Channel
•
•
Show more
23:24
Now playing
23:24
23:24
Now playing

From 3 LPA To 13.5 LPA | After 3 Years of Career Break! | 6 years customer support To Data Analyst

Data Gyan
Data Gyan
•
•
1.1K views 20 hours ago
24:38
Now playing
24:38
24:38
Now playing

Linear Regression From Scratch in Python (Mathematical)

NeuralNine
NeuralNine
Verified
•
•
89K views 2 years ago
21:00
Now playing
21:00
21:00
Now playing

The Startup Challenge | Episode - 1 | Masters' Union Demo Day With Cohort'23 Students

Masters' Union
Masters' Union
•
•
64K views 9 days ago
5:08
Now playing
5:08
5:08
Now playing

How to get interview calls from NAUKARI. COM | get 20-25 calls daily ( fresher/ experienced)

Techie Saumya
Techie Saumya
•
•
69K views 1 month ago
8:02
Now playing
8:02
8:02
Now playing

Young & Crazy Rich in Mumbai: A New Generation of Super-Rich Entrepreneurs | India Documentary

Java Discover | Free Global Documentaries & Clips
Java Discover | Free Global Documentaries & Clips
Verified
•
•
789K views 11 months ago
13:58
Now playing
13:58
13:58
Now playing

25 Innovative New Business Ideas for the next 5 years

Easy Business
Easy Business
•
•
248K views 5 months ago
13:19
Now playing
13:19
13:19
Now playing

Programming Is NOT Enough | Add these 7 skills…

Travis Media
Travis Media
Verified
•
•
57K views 9 days ago
24:19
Now playing
24:19
24:19
Now playing

SELECTED? | HONEYWELL | Java microservice springboot real time interview | Real time interview

Crack The Job
Crack The Job
•
•
354 views 1 day ago
9:50
Now playing
9:50
9:50
Now playing

Can Indian Seaweed Replace Plastic? | World Wide Waste | Insider Business

Insider Business
Insider Business
Verified
•
•
5.5M views 7 months ago
18:05
Now playing
18:05
18:05
Now playing

I Did Andrew Huberman’s Routine For 14 Days (Brain hacking without nootropics)

Vagabhi
Vagabhi
•
•
1.5M views 1 year ago
10:00
Now playing
10:00
10:00
Now playing

How to solve Case Study? | Solved Example | Business Analyst 2023 | Consulting Interview | Hindi

Hrithik Mehlawat
Hrithik Mehlawat
Verified
•
•
120K views 5 months ago
15:59
Now playing
15:59
15:59
Now playing

She started at 17 | Now 8000 crore Business | Dr Ujjwal Patni #frooti

Dr Ujjwal Patni Business coach
Dr Ujjwal Patni Business coach
•
•
110K views 1 month ago
15:00
Now playing
15:00
15:00
Now playing

think before coming to USA (2023)

Yudi J
Yudi J
Verified
•
•
1.1M views 5 months ago
12:05
Now playing
12:05
12:05
Now playing

TOPS EVERY GIRL Needs To Have In Her Wardrobe | Sana Grover

Sana Grover
Sana Grover
Verified
•
•
106K views 3 weeks ago
4:22
Now playing
4:22
4:22
Now playing

Online Internship with Government of India 🇮🇳 FREE Internship with Certificate 📜

Shweta Arora
Shweta Arora
Verified
•
•
127K views 10 days ago
6:28
Now playing
6:28
6:28
Now playing

Unseen Drunk Video of Shahrukh Khan with Salman Khan & Ranveer Singh | Full Video: Anil Kapoor too🤣

Indiaglitz Bollywood
Indiaglitz Bollywood
Verified
•
•
3.3M views 1 year ago
13:21
Now playing
13:21
13:21
Now playing

No One Gonna Tell You This 🤫 Get 4LPA to 20 LPA PLACEMENT In 60 Days

Genie Ashwani
Genie Ashwani
•
•
185K views 3 months ago
13:49
Now playing
13:49
13:49
Now playing

Elegant Hand Gestures: How To Use Hand Gestures To Make You Look More Confident and Feminine

Jamila Musayeva
Jamila Musayeva
Verified
•
•
685K views 4 months ago
16:49
Now playing
16:49
16:49
Now playing

RoadMap : How to make the best out of your 20's

Aman Dhattarwal
Aman Dhattarwal
Verified
•
•
181K views 6 days ago